home *** CD-ROM | disk | FTP | other *** search
- ::
- :: Part of JDEX - Java Development Environment using Explorer
- ::
- :: Copyright (c) 1998, by J. Brian Coyle
- :: mailto:brianc@magicnet.net
- :: http://www.magicnet.net/~brianc
- ::
- :: Refer to JDEX\copyright.txt for additional information.
- ::
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- @echo off
- ::
- :: Java AppletViewer 03/20/98
- ::
- doskey > nul
- if "%1"== "" for %%C in (echo goto:end) do %%C Usage is %0 filename
- lfnfor on
- for %%f in (%1*) do set filename=%%f
- call rmvpath.bat %filename%
- appletviewer.exe "%filename%"
- pause
- :end